projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c7475
)
(locate): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 16 Apr 1998 18:49:41 +0000
(18:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 16 Apr 1998 18:49:41 +0000
(18:49 +0000)
lisp/locate.el
patch
|
blob
|
history
diff --git
a/lisp/locate.el
b/lisp/locate.el
index b3dc07661920af13b97f0ef1c7886f55b7b1f1e9..0917db90b88f63e37e27b11d3e65448d2549be43 100644
(file)
--- a/
lisp/locate.el
+++ b/
lisp/locate.el
@@
-167,7
+167,7
@@
;;;### autoload
(defun locate (search-string &optional filter)
- "Run the
\\[locate] command
, putting results in `*Locate*' buffer."
+ "Run the
program `locate'
, putting results in `*Locate*' buffer."
(interactive
(list (read-from-minibuffer "Locate: " nil nil
nil 'locate-history-list)))